ZIP
If didnt supply wordlist, use rockyou / make ur own pass lists
example :
name = ["kA0r1", "s3nKu", "sTev3", "Lev1", "L1Ly"]
char = ['*','#','!','%','&','+']
for a in range(1,13):
for b in (name):
for c in char:
for d in range(0,10):
for e in range(ord('A'), ord('Z')+1):
for f in char:
concat = str(a)+b+c+str(d)+chr(e)+f
print(concat)
zip2john namefile.zip > hash
after that
john hash --wordlist=wordlist